projects
/
filament.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16b88be
)
Force CMake policy version to supported minimum
author
Timo Röhling
<roehling@debian.org>
Mon, 1 Sep 2025 14:45:22 +0000
(16:45 +0200)
committer
Timo Röhling
<roehling@debian.org>
Mon, 1 Sep 2025 14:45:22 +0000
(16:45 +0200)
Closes: #1112913
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index ef1b8f79a4da83ffad984ebbe4eccaabf7c455bc..2d210c18d165cf92974c2c050e30d5a7db9c28fc 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-37,6
+37,7
@@
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ \
$(CMAKE_CROSS_COMPILING_OPTIONS) \
+ -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
-DIMPORT_EXECUTABLES_DIR=debian \
-DFILAMENT_SKIP_SAMPLES=ON \
-DFILAMENT_ENABLE_JAVA=OFF \